gdk/wayland: Assign logical pointer to touchpad gesture events
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 24 Feb 2021 23:47:09 +0000 (00:47 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 Feb 2021 00:08:07 +0000 (01:08 +0100)
commit68ced9b553fae69bb0b89315c4301a58c9797bb3
tree315d2282607cbd36c6c547739a523f1ddf538e94
parent177f6b377d8442f479911cc76b5a61e981f14ed6
gdk/wayland: Assign logical pointer to touchpad gesture events

These events don't make sense on physical devices (for starters, they
are relative to the logical pointer position). Use this device for
those events, also happens to be what the upper parts expect of them.
gdk/wayland/gdkdevice-wayland.c